From bd3d6e8cc5f0acf359ef5125895c5cb4f1a7c994 Mon Sep 17 00:00:00 2001 From: David Yang Date: Sun, 21 Sep 2025 13:32:25 +0800 Subject: [PATCH] i2pd: update to 2.58.0 * Updating package to 2.58.0 * Update patch for i2pd.conf Signed-off-by: David Yang --- net/i2pd/Makefile | 4 ++-- net/i2pd/patches/010-config.patch | 39 +++++-------------------------- 2 files changed, 8 insertions(+), 35 deletions(-) diff --git a/net/i2pd/Makefile b/net/i2pd/Makefile index 7ddf2b66d2..246eff5709 100644 --- a/net/i2pd/Makefile +++ b/net/i2pd/Makefile @@ -10,14 +10,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=i2pd -PKG_VERSION:=2.55.0 +PKG_VERSION:=2.58.0 PKG_RELEASE:=1 PKG_BUILD_PARALLEL:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/PurpleI2P/i2pd PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=9a1884cf5d024da33184b9c7287872fdc37493ff12d5823fef19483182cbd01d +PKG_MIRROR_HASH:=e2a8374e12d8df40b35974fd9d7d10b1c37461f41bbdb6ae09c22ecca6da4a53 PKG_MAINTAINER:=David Yang PKG_LICENSE:=BSD-3-Clause diff --git a/net/i2pd/patches/010-config.patch b/net/i2pd/patches/010-config.patch index ffd3b17606..7eb7634648 100644 --- a/net/i2pd/patches/010-config.patch +++ b/net/i2pd/patches/010-config.patch @@ -29,36 +29,27 @@ ## Write full CLF-formatted date and time to log (default: write only time) # logclftime = true -@@ -118,9 +118,9 @@ ipv6 = false - [http] - ## Web Console settings +@@ -120,7 +120,7 @@ ipv6 = false ## Enable the Web Console (default: true) --# enabled = true -+enabled = true + # enabled = true ## Address and port service will listen on (default: 127.0.0.1:7070) -# address = 127.0.0.1 +address = 192.168.1.1 # port = 7070 ## Path to web console (default: /) # webroot = / -@@ -138,9 +138,9 @@ ipv6 = false - - [httpproxy] +@@ -140,7 +140,7 @@ ipv6 = false ## Enable the HTTP proxy (default: true) --# enabled = true -+enabled = true + # enabled = true ## Address and port service will listen on (default: 127.0.0.1:4444) -# address = 127.0.0.1 +address = 192.168.1.1 # port = 4444 ## Optional keys file for proxy local destination (default: http-proxy-keys.dat) # keys = http-proxy-keys.dat -@@ -154,9 +154,9 @@ ipv6 = false - - [socksproxy] +@@ -156,7 +156,7 @@ ipv6 = false ## Enable the SOCKS proxy (default: true) --# enabled = true -+enabled = true + # enabled = true ## Address and port service will listen on (default: 127.0.0.1:4447) -# address = 127.0.0.1 +address = 192.168.1.1 @@ -74,21 +65,3 @@ ## Address and ports service will listen on (default: 127.0.0.1:7656, udp: 7655) # address = 127.0.0.1 # port = 7656 -@@ -206,7 +206,7 @@ ipv6 = false - - [upnp] - ## Enable or disable UPnP: automatic port forwarding (enabled by default in WINDOWS, ANDROID) --# enabled = false -+enabled = false - ## Name i2pd appears in UPnP forwardings list (default: I2Pd) - # name = I2Pd - -@@ -248,7 +248,7 @@ verify = true - [limits] - ## Maximum active transit sessions (default: 5000) - ## This value is doubled if floodfill mode is enabled! --# transittunnels = 5000 -+transittunnels = 500 - ## Limit number of open file descriptors (0 - use system limit) - # openfiles = 0 - ## Maximum size of corefile in Kb (0 - use system limit) -- 2.30.2